TOraNumber class overview.
Properties
| Name | Description |
|
AsFloat |
Used to get and set the number value as float.
|
|
AsInteger |
Used to get and set the number value as integer.
|
|
AsLargeInt |
Used to get and set the number value as Int64.
|
|
AsString |
Used to get and set the number value as string.
|
|
IsNull |
Used to set the null number value flag.
|
|
OCINumber |
Used to get or set the OCINumber opaque structure value.
|
|
OCINumberPtr |
Used to get a pointer to the OCINumber structure.
|
|
RefCount (inherited from TSharedObject) |
Used to return the count of reference to a TSharedObject object.
|
Methods
| Name | Description |
|
AddRef (inherited from TSharedObject) |
Increments the reference count for the number of references dependent on the TSharedObject object.
|
|
AssignTo |
Copies all properties of the current TOraNumber instance to the Dest TOraNumber instance.
|
|
Compare |
Compares the current TOraNumber value with the Dest value.
|
|
Release (inherited from TSharedObject) |
Decrements the reference count.
|